home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00040_Play Again looper script.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  234 b   |  8 lines

  1. on exitFrame
  2.   global gMusicChannel, gPathToSound, fileDelimiter
  3.   if not soundBusy(gMusicChannel) then
  4.     sound playFile gMusicChannel, gPathToSound & "music" & fileDelimiter & "playagan.aif"
  5.   end if
  6.   go(marker("Play Again"))
  7. end
  8.